BigNumber example on Pi Pico | Calculate decimal digits of Pi using Gosper's series | Virtual Raspberry Pi Pico Simulator
How to Calculate decimal digits of Pi on a Pi Pico using Free online Raspberry Pi Pico simulator?
Project Summary
In this Pi Pico example, we will print the decimal digits of Raspberry Pi Pico simulator. We will use the famous Gosper's series to print the decimal digits of the Pi.
This Project will use an online Raspberry Pi Pico simulator. No hardware is necessary for the project as you will be using the Pi Pico simulator.
Wokwi Raspberry Pi Pico simulator is used here as it is free and easy to use online. You will get the code and the connection diagram explicitly in the Pi Pico simulation section below.
Wokwi Raspberry Pi Pico Simulator - Printing Decimal digits of Pi on Pi Pico |
Components you need
- Raspberry Pi Pico Board
- Two LEDs
- Connecting wires
Challenges you are ready to take on
- Create a random delay and blink both the LEDs together with the same delay.
Raspberry Pi Pico Simulation
In the section below, you can also modify the code and see the results instantly. You can change the code and recompile it by clicking on Rerun/Run button. For more help, please visit Discord channel of the Wokwi Pi Pico Simulator.
Comments
Post a Comment